crypto/tls.certificateRequestMsg.hasSignatureAlgorithm (field)
7 uses
crypto/tls (current package)
conn.go#L1143: hasSignatureAlgorithm: c.vers >= VersionTLS12,
handshake_client.go#L1205: if !certReq.hasSignatureAlgorithm {
handshake_messages.go#L1701: hasSignatureAlgorithm bool
handshake_messages.go#L1717: if m.hasSignatureAlgorithm {
handshake_messages.go#L1732: if m.hasSignatureAlgorithm {
handshake_messages.go#L1781: if m.hasSignatureAlgorithm {
handshake_server.go#L636: certReq.hasSignatureAlgorithm = true
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)